home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / snmp / mibs / GNOME-SMI.txt < prev    next >
Text File  |  2008-09-22  |  2KB  |  89 lines

  1. GNOME-SMI DEFINITIONS ::= BEGIN
  2.  
  3. IMPORTS
  4.     MODULE-IDENTITY,
  5.     OBJECT-IDENTITY,
  6.     enterprises
  7.         FROM SNMPv2-SMI;
  8.  
  9. gnome MODULE-IDENTITY
  10.     LAST-UPDATED "200709070000Z"
  11.     ORGANIZATION "GNOME project"
  12.     CONTACT-INFO
  13.         "GNU Network Object Model Environment project
  14.         
  15.         see http://www.gnome.org for contact persons of a particular
  16.         area or subproject of GNOME.
  17.  
  18.         Administrative contact for MIB module:
  19.  
  20.         Jochen Friedrich
  21.         Ramsaystr. 9
  22.         63450 Hanau
  23.         Germany 
  24.  
  25.         email: jochen@scram.de"
  26.     DESCRIPTION
  27.         "The Structure of GNOME."
  28.  
  29.     -- revision history
  30.  
  31.     REVISION "200709070000Z"  -- Sep 07, 2007
  32.     DESCRIPTION
  33.         "Fixed wrong enterprise number (how comes this
  34.         typo was unnoticed for so long?)."
  35.  
  36.     REVISION "200505070000Z"  -- May 07, 2005
  37.     DESCRIPTION
  38.         "Added gnomeLDAP subtree for LDAP definitions."
  39.  
  40.     REVISION "200312070000Z"  -- December 07, 2003
  41.     DESCRIPTION
  42.         "Added gnomeSysadmin subtree for GNOME project system administration.
  43.         Updated contact info."
  44.  
  45.     REVISION "9809010000Z"  -- September 01, 1998
  46.     DESCRIPTION
  47.         "Initial version."
  48.  
  49.     ::= { enterprises 3319 }    -- assigned by IANA
  50.  
  51. gnomeProducts OBJECT-IDENTITY
  52.     STATUS    current
  53.     DESCRIPTION
  54.         "gnomeProducts is the root OBJECT IDENTIFIER from
  55.         which sysObjectID values are assigned."
  56.     ::= { gnome 1 }
  57.  
  58. gnomeMgmt OBJECT-IDENTITY
  59.     STATUS  current
  60.     DESCRIPTION
  61.         "gnomeMgmt defines the subtree for production GNOME related
  62.         MIB registrations."
  63.     ::= { gnome 2 }
  64.  
  65. gnomeTest OBJECT-IDENTITY
  66.     STATUS  current
  67.     DESCRIPTION
  68.         "gnomeTest defines the subtree for testing GNOME related
  69.         MIB registrations."
  70.     ::= { gnome 3 }
  71.  
  72. gnomeSysadmin OBJECT-IDENTITY
  73.     STATUS  current
  74.     DESCRIPTION
  75.         "gnomeSysadmin defines the subtree for GNOME related Sysadmin
  76.         MIB registrations."
  77.     ::= { gnome 4 }
  78.  
  79. gnomeLDAP OBJECT-IDENTITY
  80.     STATUS  current
  81.     DESCRIPTION
  82.         "gnomeLDAP defines the subtree for GNOME related LDAP
  83.         registrations."
  84.     ::= { gnome 5 }
  85.  
  86. -- more to come if necessary.
  87.  
  88. END
  89.